greedy math sortings *1600

Please click on ads to support us..

C++ Code:

#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define SHAHD-BATGURL
#define pi 3.14159265359
#define des sort(arr, arr+n, greater <>());
#define asc sort(arr, arr+n);
#define mxarr *max_element(arr, arr+n);
#define mnarr *min_element(arr, arr+n);
#define remove_duplicates s.erase(unique(s.begin(), s.end()), s.end());
#define erase_char s.erase(remove(s.begin(), s.end(), '+'), s.end());
#define count_char count(s.begin(), s.end(), 'U');
#define speed ios_base::sync_with_stdio(0); cin.tie(0);
ll const mod=1e9+7;
//ll dx[4]={0, 0, 1, -1, 1, 1, -1, -1};
//ll dy[4]={0, 0, 1, -1, -1, 1, -1, 1};
int dx[4]= {0, 0, 1, -1};
int dy[4]= {1, -1, 0, 0};
//ll const mod=1e9+7;
ll arr[200005];
ll arr1[200005];
#define speed ios_base::sync_with_stdio(0); cin.tie(0);
int main()
{
    speed;
    ll n, sum=0;
    cin>>n;
    for(int i=0; i<n; i++)
    {
        cin>>arr[i];
        arr[i]*=((i+1)*(n-i));
    }
    for(int i=0; i<n; i++)
        cin>>arr1[i];
    sort(arr, arr+n);
    sort(arr1, arr1+n, greater<>());
    for(int i=0; i<n; i++)
    {
        sum+=((arr[i]%998244353)*(arr1[i]%998244353))%998244353;
        sum%=998244353;
    }
    cout<<sum;
    return 0;
}


Comments

Submit
0 Comments
More Questions

698A - Vacations
1216B - Shooting
368B - Sereja and Suffixes
1665C - Tree Infection
1665D - GCD Guess
29A - Spit Problem
1097B - Petr and a Combination Lock
92A - Chips
1665B - Array Cloning Technique
1665A - GCD vs LCM
118D - Caesar's Legions
1598A - Computer Game
1605A - AM Deviation
1461A - String Generation
1585B - Array Eversion
1661C - Water the Trees
1459A - Red-Blue Shuffle
1661B - Getting Zero
1661A - Array Balancing
1649B - Game of Ball Passing
572A - Arrays
1455A - Strange Functions
1566B - MIN-MEX Cut
678C - Joty and Chocolate
1352E - Special Elements
1520E - Arranging The Sheep
1157E - Minimum Array
1661D - Progressions Covering
262A - Roma and Lucky Numbers
1634B - Fortune Telling